Second Chebyshev Function

The second Chebyshev function is a function which plays an important role in the prime number theorem. It counts prime powers with a particular weighting, which is generally easier to work with than the true prime counting function.

Definition

The second Chebyshev function is defined as

ψ(x)=nxΛ(n)

where Λ is the von Mangoldt function.

While we take this as the definition of the function, there are two commonly used alternative expressions for it (sometimes taken as the definition).

Theorem
ψ(x)=k=1log2(x)p primepkxln(p).
Proof

Noting that pkxklogp(x)log2(x), we have

nxΛ(n)=nx{ln(p)n=pk0otherwise}=k=1pkxln(p)=k=1log2(x)pkxln(p).

Theorem
ψ(x)=pxlogplogxlogp
Proof
pnxlogp=px(logp)#{nZ>0:pnx}=px(logp)#{nZ>0:logp(x)n}=px(logp)#{nZ>0:logxlogpn}=pxlogplogxlogp

We can also relate the definition of this function to the first Chebyshev function.

Theorem
ψ(x)=n=1θ(x1n)

where θ is the first Chebyshev function.

Proof
n=1θ(x1n)=n=1px1np=n=1pnxp=nx{ln(p)n=pk0otherwise}=nxΛ(n).